POV-Ray : Newsgroups : povray.general : Text Object Carriage return : Text Object Carriage return Server Time
3 Aug 2024 20:14:15 EDT (-0400)
  Text Object Carriage return  
From: Tony LaVigne
Date: 15 Oct 2003 23:40:01
Message: <web.3f8e1259b7ce4faf55239c890@news.povray.org>
..... or new line
The docs have \r and \n outputs to the message window, but I don't know how
to put in a new line in the rendering window.  This code from the docs
renders nicely,

#include "colors.inc"
  camera {   location <0, 1, -10>   look_at <2,0,0>   angle 35  }
  light_source { <500,500,-1000> White }
  plane {   y,-3  pigment { checker Green White } }
  text {   ttf "timrom.ttf" "POV-RAY 3.10" 1, 0   pigment { Red } }

but I'd like to have the "3.10" below the "POV-RAY" without doing some fancy
tranlation.
thanks
Tony

www.xenoplates.com


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.